home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / BILZUTLZ.ARJ / README < prev   
Text File  |  1992-08-13  |  3KB  |  72 lines

  1.                              Billz Utilz
  2.  
  3. *****************************************************************************
  4. *                                                                           *
  5. *  THIS VERSION OF BILL'S UTILS IS FREE. FUTURE VERSIONS WILL PROBABLY      *
  6. *  ALSO BE FREE. IT IS, HOWEVER, THE INTELLECTUAL PROPERTY OF THE AUTHOR    *
  7. *  AND IS PROTECTED BY COPYRIGHT LAWS OF THE UNITED STATES OF AMERICA.      *
  8. *                                                                           *
  9. *  YOU MAY FREELY DISTRIBUTE THIS SOFTWARE UNDER THE FOLLOWING CONDITIONS:  *
  10. *                                                                           *
  11. *    1. THE SOFTWARE MUST BE DISTRIBUTED IN ITS ORIGINAL CONDITION - THAT   *
  12. *       IS, IN THE .ZIP FILE FORMAT WITH NOTHING ADDED TO THE ORIGINAL      *
  13. *       ARCHIVE.                                                            *
  14. *                                                                           *
  15. *    2. THIS SOFTWARE MAY NOT BE DISTRIBUTED BY COMPUSERVE.                 *
  16. *                                                                           *
  17. *****************************************************************************
  18.  
  19. This is release 1.0 of Billz Utilz. These are little doodads that can make
  20. life a little easier for programmers and other users of the DOS command line.
  21. There are five utilities in this release:
  22.  
  23. BCD.COM:
  24.     This does exactly what CD (CHDIR) does, but it allows you do use path
  25.     names with either backslashes (\) OR forward slashes (/). You choose.
  26.     Mainly because I use a lot of Unix and AmigaDOS, and hate to think in
  27.     two different slash modes.
  28.  
  29. HOBO.COM:
  30.     Run on any file, this will turn off the high order bits in the file and
  31.     put out the results to a second file. This makes any file ASCII-only.
  32.     This program also doesn't care which slash you use to separate
  33.     directories in path names.
  34.  
  35. INFO.EXE:
  36.     This little item gives you information on all the drives attached to
  37.     your system.  Information for each drive consists of:
  38.         Drive Name
  39.         Total Size in bytes
  40.         Available Space in bytes
  41.         Percent Free
  42.         Current Directory on that Drive
  43.     I wrote this because AmigaDOS has an INFO command and DOS doesn't. I
  44.     needed something that would tell me available space info on all drives
  45.     instantly and this is it. It doesn't do EVERYTHING that the AmigaDOS
  46.     version does, but it doesn't need to.
  47.  
  48. MMD.COM:
  49.     Replaces MD (MKDIR). It allows you to build more than one directory with
  50.     just one command line (the way Unix does). It also doesn't care which
  51.     kind of slash you use to separate directories in path names.
  52.  
  53. MRD.COM:
  54.     Replaces RD (RMDIR). It allows you to remove more than one directory with
  55.     just one command line (the way Unix does). It also doesn't care which
  56.     kind of slash you use to separate directories in path names.
  57.  
  58.  
  59. I hope these utilities help, and I hope I can get more out the door.
  60. If you have any problems, I can be reached at:
  61.  
  62.         GEnie E-mail at W.CERNANSKY1
  63.  
  64.         Snail Mail at       Bill Cernansky
  65.                             10802 N. 37th Ave
  66.                             Phoenix, AZ  85029-4009
  67.  
  68. Aug. 11, 1992
  69.  
  70. Bill Cernansky
  71.  
  72.